GeanyKeyBindingFunc

Function pointer type used for keybinding callbacks, with userdata for passing context * * You should return @c TRUE to indicate handling the callback. (Occasionally, if the keybinding * cannot apply in the current situation, it is useful to return @c FALSE to allow a later keybinding * with the same key combination to handle it). * * @since 1.26 (API 226)

extern (System) nothrow
alias GeanyKeyBindingFunc = gboolean function

Meta